PER.rover.control
Class Time

java.lang.Object
  extended byPER.rover.control.Time

public class Time
extends java.lang.Object

Contains just two methods - current and sleep. current returns the current time in milliseconds, and sleep sleeps a number of milliseconds.


Constructor Summary
Time()
           
 
Method Summary
static long Current()
           
static void Sleep(long msecs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

public Time()
Method Detail

Current

public static long Current()

Sleep

public static void Sleep(long msecs)